home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_cr.swf / scripts / DefineSprite_380 / frame_71 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  156 b   |  10 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(guy2Pitch._currentframe == guy2Pitch._totalframes)
  5.    {
  6.       play();
  7.       delete onEnterFrame;
  8.    }
  9. };
  10.